type runtime.arenaHint

8 uses

	runtime (current package)
		malloc.go#L553: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L620: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L704: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L707: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mheap.go#L165: 	arenaHints *arenaHint
		mheap.go#L299: type arenaHint struct {
		mheap.go#L302: 	next *arenaHint
		mheap.go#L706: 	h.arenaHintAlloc.init(unsafe.Sizeof(arenaHint{}), nil, nil, &memstats.other_sys)